home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / Vol E-12.iso / games / barbie / loader2.swf / scripts / frame_2 / PlaceObject2_3_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2012-05-21  |  392b  |  23 lines

  1. onClipEvent(enterFrame){
  2.    if(_level7.moveon == 2)
  3.    {
  4.       if(_level0.codedone == 1)
  5.       {
  6.          _level7.moveon = 0;
  7.          _level0.codedone = 0;
  8.          with(_root)
  9.          {
  10.             gotoAndStop(4);
  11.          }
  12.       }
  13.       else
  14.       {
  15.          _level7.moveon = 0;
  16.          with(_root)
  17.          {
  18.             gotoAndStop(3);
  19.          }
  20.       }
  21.    }
  22. }
  23.